i-programmer.info
 
 
 
 

Book Watch

Follow Book Watch on Twitter

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some but by no means all of the books in Book Watch are eventually reviewed.


Elixir In Action, 3rd Ed (Manning)
13 May

Fully updated to Elixir 1.15, in this third edition Saša Juric reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. This edition contains new coverage of working with application configuration and the latest OTP releases. It teaches the underlying principles and functional concepts of Elixir, and how each piece fits into the bigger picture of building production-ready systems with Elixir, Erlang, and the OTP framework.

<ASIN:1633438511 >



The Ordinal Society (Harvard University Press)
10 May

This book sets out the case that we now live in an “ordinal society.” Nearly every aspect of our lives is measured, ranked, and processed into discrete, standardized units of digital information. Marion Fourcade and Kieran Healy argue that technologies of information management, fueled by the abundance of personal data and the infrastructure of the internet, transform how we relate to ourselves and to each other through the market, the public sphere, and the state.

<ASIN:0674971140 >



Programming: Principles and Practice Using C++, 3rd Ed (Addison-Wesley Professional)
08 May

In this book Bjarne Stroustrup, the designer and original implementer of C++, lays out the fundamental principles of programming and the practical skills needed for programming in the real world. This book is written to help you to understand what it means for code to be beautiful, to help you to master the principles of creating such code, and to build up the practical skills to create it.

<ASIN:0138308683 >



Agile Retrospectives, 2nd Ed (Pragmatic Bookshelf)
06 May

Subtitled "A Practical Guide for Catalyzing Team Learning and Improvement", this book sets out to improve the results gained from holding team retrospectives. Esther Derby, Diana Larsen and David Horowitz provide practical advice, techniques, and real-life examples to improve retrospectives whether your team is co-located, hybrid, or remote.

<ASIN:B0CSJG5SXY>



The AI Revolution in Medicine (Pearson)
03 May

In this book, subtitled "GPT-4 and Beyond", Peter Lee, Carey Goldberg and Isaac "Zak" Kohane document their thoughts on their months of early access to GPT-4 and its momentous potential to improve diagnoses, summarize patient visits, streamline processes, and accelerate research. The book contains real GPT-4 dialogues, unrehearsed and unfiltered, brilliant and blundering alike, all annotated with context, candid commentary, real risk insights, and up-to-the-minute takeaways.

<ASIN:‎ 0138200130 >


More Book Watch

Previous Book Watch.

Follow Book Watch on Twitter.
Publishers send your book news to:

bookwatch@i-programmer.info


 

Programming News and Views

Send your programming press releases, news items or comments to: NewsDesk@i-programmer.info


Stack Overflow Jobs Reborn In Partnership With Indeed
May 13 | Sue Gee
article thumbnail

Stack Overflow has launched a new jobs site co-branded with Indeed. It is intended to make thousands of highly-relevant job openings easily discoverable by developers. The job site is currently available in the US, but may expand to more markets in the future.



MongoDB Atlas Stream Processing Generally Available
May 13 | Kay Ewbank
article thumbnail

The MongoDB developers have announced that MongoDB Atlas now has support for stream processing. The news was announced at MongoDB.Local NYC.



A Swarming Bee From Festo
May 12 | Lucy Black
article thumbnail

The latest addition to the Festo Bionic Learning Network menagerie of bionic robots inspired by the natural world is a bee. Like the Bionic Ant from a decade ago, it has been designed not only look realistic but to demonstrate swarm intelligence.



May Week 1
May 11 | Editor
article thumbnail

As well as listing the week's news items, this weekly digest also includes the week's Book Review, and additions to Book Watch. Top of the list come the week's feature articles, starting this week with an extract from the new book by Mike James that helps you combine the speed and power of C with the versatility and ease-of-programming of Python.



Apple's Walled Garden Is Crumbling
May 10 | Mike James
article thumbnail

Or is it? Depends on which side of the wall you are on. Apple is doing all it can to keep control and more importantly keep the revenuse from its App Store, but from the outside it seems to be losing ground.



Celebrate eLearning With edX
May 10 | Sue Gee
article thumbnail

Until May 20th, edX is offering up to US$1,000 off some of its boot camp programs and 30% off other selected programs. This discount is to celebrate its Birthday - which is why the relevant code is EDXBDAY24.



Pharo 12 Adds New Breakpoint System
May 09 | Alex Denham
article thumbnail

The latest version of Pharo, the open-source Smalltalk-inspired language and core library adds a new breakpoint model based on the debug point system.



.NET MAUI Community Toolkit Adds TouchBehavior
May 09 | Kay Ewbank
article thumbnail

Version 8 of the .NET MAUI Community Toolkit has been released with the addition of TouchBehavior (previously known as the TouchEffect). The major release also has breaking changes for the Snackbar on Windows.



Android Studio Jellyfish Ready To Use
May 08 | Mike James
article thumbnail

Well, as ready as any of the recent Android Studio's have been. This one boasts an AI assistant called Gemini - shame Android Studio isn't as fast to implement as Gemini is to suggest.



OpenAI Enriched By Stack Overflow
May 08 | Sue Gee
article thumbnail

Stack Overflow has announced a partnership with OpenAI that could improve the accuracy of ChatGPT with regard to programming knowledge. This sounds promising, but there are potential problems.



Grafana Releases Loki 3
May 07 | Alex Denham
article thumbnail

Grafana has announced the release of Loki 3, with improvements including query acceleration with Bloom filters and native OpenTelemetry support.



Amazon Updates Bedrock With Custom Model Support
May 07 | Kay Ewbank
article thumbnail

Amazon has updated Bedrock, its tool for building with generative AI on AWS. The update adds support for importing custom models and evaluating models, as well as support for using Meta Llama 3 models and extra models from Mistral and Anthropic. 



Dev Tunnels - An Alternative to Ngrok For .NET Users
May 06 | Nikos Vaggalis
article thumbnail

Dev Tunnels is a new Visual Studio option that exposes your localhost to the internet the easiest way possible. But first of all, why would you allow access from the public net to your local machine?



Google Releases Vertex AI Agent Builder
May 06 | Kay Ewbank
article thumbnail

Google has launched Vertex AI Agent Builder, alongside new open-source language models for the Vertex AI platform. The announcements were made at the Google Cloud Next 2024 event.



Turing Chatbot Is Chief AI Officer
May 05 | Mike James
article thumbnail

It was only a matter of time before it happened. A company has created an Alan Turing chatbot and has installed it as its Chief AI officer. A distasteful PR stunt to many, but it's more complicated than that.



April Week 4
May 04 | Editor
article thumbnail

Our weekly digest lists the week's news, new titles added to our Book Watch Archive and our weekly book review. In this week's first featured article Mike James looks at Recursion. Then, to mark the 50th anniversary of CP/M, the first personal computer operating system to achieve commercial success, we delve into our archive for the history of its creator, Gary Kildall.


More Recent News
 

news

 

Book Review

 

Featured Articles


Master The Pico WiFi: HTTP Server
13 May | Mike James & Harry Fairhead
article thumbnail

Servers usually have to be encrypted but a simple HTTP server is a good place to start. This is an extract from our intermediate level book on the Pico's Wifi capabilities. 



Compilers, Interpreters, VMs and JIT
09 May | Mike James
article thumbnail

The distinction between a compiler and an interpreter is one that can cause controversy. One programmer's compiler is another's interpreter and the whole subject gets very murky when you throw in the idea of the Virtual Machine and Just In Time compilation. So what is it all about?



Extending & Embedding Python Using C - A Module Using Linux
06 May | Mike James
article thumbnail

Getting started with extending Python isn't easy because of the need to set everything up correctly. Not if you follow our instructions for the Linux toolchain. This is an extract from the new book by Mike James that helps you combine the speed and power of C with the versatility and ease-of-programming of Python.



Understanding CRLF Injection Attacks
03 May | Harry Wilson
article thumbnail

Recently a vulnerability was identified in the  Cisco Secure Client that could allow an unauthenticated, remote attacker to conduct a carriage return line feed (CRLF) injection attack against a user. CISCO responded promptly. What lessons can be drawn from this to help strengthen enterprise app, network and data security in general? 



The Trick Of The Mind - Recursion
01 May | Mike James
article thumbnail

Recursion who needs it? This is an extract from my book Trick of the Mind which explores what it is to be a programmer.